home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINWORDS / HTMTL050.ZIP / README.TXT < prev    next >
Text File  |  1994-03-21  |  2KB  |  55 lines

  1.  
  2. RTF to HTML converter DLL version 0.50 alpha.
  3.  
  4. This package includes following files:
  5.  
  6. HTML.DOT        WinWord 2.0 template file including some
  7.             styles for writing and some macros to handle
  8.             document as HTML.
  9.  
  10. RTFTOHTM.DLL        The conversion DLL.
  11. RTFTOHTM.LIB        The import library for the DLL.
  12. RTFTOHTM.H        Public interface of the DLL.
  13.  
  14. HTMTOOLS.DOC        Some documentation about the converter.
  15. HTMTOOLS.HTM        Documentation converted to .HTM.
  16.  
  17. RTF2HTM.EXE        QuickWin application for converting files.
  18. RTF2HTM.C        Source for above.
  19. RTF2HTM.MAK        Makefile for above.
  20.  
  21. README.TXT        This file.
  22.  
  23. The DLL exports one function: RTFtoHTM(inbuf,inlen,outbuf,outlen).
  24. See HTMTOOLS.DOC for documentation of the conversion function.
  25. This converter can do a conversion from the file or a buffer to the
  26. file or a buffer. All combinations are possible. 
  27.  
  28. There is WinWord template in the package. It demonstrates interfacing 
  29. to the Word macro language (and to Basic).
  30.  
  31. This version of the converter does its best to survive with RTF written
  32. by WinWord 2.0c. I haven't test it with any other RTF generator.
  33.  
  34. There is also a small application written in C demonstrating the
  35. use of the converter from C language.
  36.  
  37. DISCLAIMER
  38.  
  39. This alpha version is totally free, but I am very pleased if You
  40. tell me any ideas for developing further or problems in using it.
  41.  
  42. INSTALLATION
  43.  
  44. RTFTOHTM.DLL should be copied to somewhere in PATH (eg WINDOWS). 
  45. HTML.DOT should reside along other *.DOT files in WINWORD directory.
  46. So, you can open the new document in WinWord using HTML.DOT as template.
  47. All the features (styles and macros) are available to you.
  48.  
  49. Any ideas or problems?
  50. Email to:
  51.  
  52. Name: Jorma Hartikka Senior Programmer Analyst
  53. Org: VTKK Government Systems ltd/Information Systems.
  54. Email: Jorma.Hartikka@csc.fi
  55.